home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xvmines-.0 / xvmines- / xvmines-1.0 / README < prev    next >
Text File  |  1993-06-27  |  1KB  |  30 lines

  1. README file for XVmines v1.0                By Manolis Lourakis
  2.                             March 1993
  3. ________________________________________________________________________________
  4. 1. Compiling
  5. XVmines runs under the X-Window System.It is written using the XView window package.
  6. Supposing that you have XView installed,all you have to do to compile xvmines is
  7. to set the environment variable OPENWINHOME to point to the directory where XView
  8. files are stored,type xmkmf to create the appropriate makefile and finally type
  9. make to start compilation.If OPENWINHOME is not set,the makefile will try to
  10. use directory /usr/openwin.The makefile uses the native C-compiler by default,
  11. but it can be changed to use any gcc-like compiler (provided that it defines the 
  12. __STDC__ macro).
  13.  
  14. In sum:
  15.  % zcat xvmines-1.0.tar.Z | tar -xvf -
  16.  % cd xvmines-1.0
  17. #Set OPENWINHOME
  18.  % xmkmf
  19.  % make
  20.  
  21. 2. Machines
  22. XVmines has been compiled sucessfully under SunOS4.1.{1,2,3}
  23.  
  24. 3. Availability
  25. XVmines is available via anonymous ftp from ftp.csd.uch.gr (147.52.16.2)
  26. Sources are in /pub/X/xvmines-1.0.tar.Z
  27.  
  28.  
  29. Have fun.
  30.